projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
577ef0b
)
epg: Fix the last commit
author
Daiki Ueno
<ueno@gnu.org>
Thu, 6 Nov 2014 03:40:03 +0000
(12:40 +0900)
committer
Daiki Ueno
<ueno@gnu.org>
Thu, 6 Nov 2014 03:40:03 +0000
(12:40 +0900)
* epg.el (epg-context): Initialize ERROR-OUTPUT as "" instead of nil.
lisp/epg.el
patch
|
blob
|
history
diff --git
a/lisp/epg.el
b/lisp/epg.el
index 9c002e4ae302832bbf79332b9958680175ebec7e..0c74531d7b8ef910298dcc23ec17a4978261b455 100644
(file)
--- a/
lisp/epg.el
+++ b/
lisp/epg.el
@@
-212,7
+212,7
@@
result
operation
pinentry-mode
-
error-output
)
+
(error-output "")
)
;; This is not an alias, just so we can mark it as autoloaded.
;;;###autoload